home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / policy / 20thirdparty / 11-x11-synaptics.fdi < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-03  |  497 b   |  14 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <deviceinfo version="0.2">
  3.   <device>
  4.     <match key="info.capabilities" contains="input.touchpad">
  5.         <merge key="input.x11_driver" type="string">synaptics</merge>
  6.         <!-- Arbitrary options can be passed to the driver using
  7.              the input.x11_options property since xorg-server-1.5. -->
  8.         <!-- EXAMPLE:
  9.         <merge key="input.x11_options.LeftEdge" type="string">120</merge>
  10.         -->
  11.     </match>
  12.   </device>
  13. </deviceinfo>
  14.